EMT Practice Test

1. Question Content...


Question List

Question1: Which statement is true regarding variable names?

Question2: Which variable in the Program Data Vector represents the number of times the Data step has iterated?

Question3: How does SAS display missing values?

Question4: Given the data set NAMES:

Which PROC SORT program creates the NAMES data set shown below?

Question5: Which ODS EXCEL statement correctly creates an Excel using the ANALYSIS style?

Question6: How many statements are In the program shown below?

Question7: Which two data sets are permanent?

Question8: Which SAS format displays a SAS date as 25JUN2019?

Question9: The sashelp. class data set has 19 observations.
Given the frequency information about the Age, shown below:

How many observations are written to output data set when the following code is submitted?

Question10: The SAS log of a submitted DATA step is shown below:
Which action resolve the error messages?

Question11: Which statement is true when creating two SAS data sets with a DATA step?

Question12: Which statement is true regarding a variable?

Question13: Given the PATIENT and VISIT data sets and the DATA step shown below:
PATIENT

VISIT


How many observations are created in the ALLVISITS data set?

Question14: Given the data sets AMERICIAN NATIONAL and results in the data set BASEBALL shown below:
AMERICAN

NATIONAL
BASEBALL

Which DATA step correctly creates the BASEBALL data set?

Question15: When the following code is submitted, execution fails.

Why does the execution fail?
Multiple executable statements are not allowed in the DO block.

Question16: How many statements are in the following PROC PRINT step?

Question17: Given the PROC PRINT report of the INVEST data set shown below:

How many observations are in the FORCAST data set after this program executes?

Question18: Which PROC PRINT step correctly displays only the first 10 observations in the data set?

Question19: Which option renames the variable Name to StudentName when reading the ClassRoster data set?

Question20: Which statement is true regarding the DATA step?

Question21: The following program is summited:

The following report is created:

However, the desired report is shown below:

What change is needed to display the desired formatted values for the Answer varia